Skip to main content
GET
/
v1
/
incident_custom_field_selections
/
{id}
[DEPRECATED] Retrieves an incident custom field selection
curl --request GET \
  --url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "1",
    "type": "incident_custom_field_selections",
    "attributes": {
      "custom_field_id": 173,
      "incident_id": "e6c8243b-0e5a-4e3a-a777-19c6a54df952",
      "value": "Ut ducimus provident voluptatem.",
      "selected_option_ids": []
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

incident_custom_field_selection found

data
object
required